home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dxmfiltr / readme.txt < prev   
Encoding:
Text File  |  1998-09-06  |  2.0 KB  |  76 lines

  1. * DXMFilter 1.0 Readme *
  2.  
  3. * What is DXMFilter?
  4.  
  5. DXMFilter is a way of creating a Visual C++ 5.0
  6. project for a Microsoft DirectX Media compatible
  7. COM filter. You can use it instead of the vc5 kit
  8. included with the SDK. 
  9.  
  10. It will create the code for a filter with no pins. 
  11. This can then be modified by you to add pin and other
  12. code to create a useful filter...
  13.  
  14. * Known limitations
  15.  
  16. - The Project Settings:General tab claims
  17.   you are using MFC. This project does not, 
  18.   but if you wish change it be sure to reset the
  19.   C++ runtime selection to MSVCRT (Multithreaded DLL)
  20.   or MSVCRTD (Debug Multithreaded DLL).
  21.  
  22. - Several dialog options are permanently gray. This
  23.   will be fixed in a future version.
  24.  
  25. - This has only been tested on NT4, VC++5.0 SP2,
  26.   DXMedia 5.2b. If it does or does not work on
  27.   other configurations, let me know!
  28.  
  29. - If the project fails to compile (cannot find 'streams.h')
  30.   you need to install the DirectX Media SDK in your
  31.   Visual C++ environment. Assuming a default install,
  32.   add the following include directories in the 
  33.   Tools:Options:Directories dialog, at the top of the list:
  34.  
  35.   c:\dxmedia\include
  36.   c:\dxmedia\classes\base
  37.  
  38.   and the following lib directory
  39.  
  40.   c:\dxmedia\lib
  41.  
  42.  
  43. * Installing DXMFilter
  44.  
  45. Copy the two files:
  46.  
  47. DXMFilter.awx
  48. DXMFilter.hlp
  49.  
  50. to your Visual Studio templates directory, usually:
  51. \Program Files\DevStudio\SharedIDE\Template
  52. When you next use File:New, the projects tab should
  53. contain an entry for 'DirectXMedia Filter Wizard'. Select
  54. this and proceed as normal when creating projects.
  55.  
  56. * Author and Legal
  57.  
  58. DXMFilter is copyright John McAleely 
  59. 1998. It is freeware, and has no 
  60. warranty. Use it at your own risk.
  61.  
  62. All trademarks are acknowledged. There are probably
  63. several owned by Microsoft and used in DXMFilter.
  64.  
  65. * Where do I get the latest version?
  66.  
  67. Get the latest version at:
  68.  
  69. http://www.mcaleely.com/freeware/
  70.  
  71. Enjoy!
  72.  
  73. John McAleely
  74. freeware@mcaleely.com
  75. 6th September 1998.
  76.